Interface: UIRPCCalls
Hierarchy
UIRPCCalls
↳
RPCCalls
Properties
ui:button:add
• ui:button:add: Object
Type declaration
Name | Type |
---|---|
payload | ToolbarButtonPayload & { group? : GroupButtonPayload [] } | { label : string ; opensPopup? : PopupRequest ; participantIDs? : string [] ; position : "participantActions" } | { inMeetingOnly : boolean ; label : string ; opensPopup? : PopupRequest ; position : "settingsMenu" ; roles? : ("guest" | "chair" )[] } |
reply | ButtonRPCReply <undefined > |
ui:button:update
• ui:button:update: Object
Type declaration
Name | Type |
---|---|
payload | Object |
reply | ButtonRPCReply <undefined > |
ui:form:open
• ui:form:open: Object
Type declaration
Name | Type |
---|---|
payload | FormPayload |
reply | GenericRPCReply <undefined > |
ui:plugin:toggle
• ui:plugin:toggle: Object
Type declaration
Name | Type |
---|---|
payload | { id : string } |
payload.id | string |
reply | GenericRPCReply <undefined > |
ui:prompt:open
• ui:prompt:open: Object
Type declaration
Name | Type |
---|---|
payload | { description? : string ; opensPopup? : PopupRequest ; prompt : { primaryAction : string ; secondaryAction? : string } ; title : string } |
payload.description? | string |
payload.opensPopup? | PopupRequest |
payload.prompt | { primaryAction : string ; secondaryAction? : string } |
payload.prompt.primaryAction | string |
payload.prompt.secondaryAction? | string |
payload.title | string |
reply | GenericRPCReply <undefined > |
ui:removeElement
• ui:removeElement: Object
Type declaration
Name | Type |
---|---|
payload | { id : string } |
payload.id | string |
reply | GenericRPCReply <undefined > |
ui:toast:show
• ui:toast:show: Object
Type declaration
Name | Type |
---|---|
payload | NotificationToastMessage |
reply | GenericRPCReply <undefined > |